@charset "utf-8";
.i_title {
	width: 100%;
	text-align: center;
}

.i_title>p font {
	font-size: 42px;
	font-weight: bold;
	color: #000000;
}

.i_title>p span {
	font-size: 42px;
	color: #000000;
}

.i_title>i {
	display: block;
	height: 4px;
	width: 30px;
	background: #4080c8;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 48px;
	position: relative;
}

.i_title>i::before {
	position: absolute;
	content: "";
	width: 42px;
	height: 1px;
	background: #e6e6e6;
	left: -49px;
	top: 50%;
	margin-top: -0.5px;
}

.i_title>i::after {
	position: absolute;
	content: "";
	width: 42px;
	height: 1px;
	background: #e6e6e6;
	right: -49px;
	top: 50%;
	margin-top: -0.5px;
}


/*产品*/

.i_product {
	margin-top: 50px;
}

.ip_box {
	width: 100%;
	background: url(../img/index/05.jpg) no-repeat center;
	background-size: 100% 100%;
}

.ip_soll {
	position: relative;
}

.ip_soll .swiper-slide .ip_left {
	width: 50%;
	float: left;
}

.ip_soll .swiper-slide .ip_left {
	width: 50%;
	float: left;
}

.ip_soll .swiper-slide a {
	display: block;
}

.ip_soll .swiper-slide a .con h1 {
	color: #333333;
	font-size: 32px;
	margin: 0px;
	margin-bottom: 20px;
}

.ip_soll .swiper-slide a .con p {
	color: #4c4c4c;
	font-size: 16px;
}

.ip_soll .swiper-slide a .con font {
	display: block;
	width: 122px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #e97d22;
	font-size: 14px;
	border: 1px solid #e97d22;
	transition: all 0.4s ease-in-out;
}

.ip_soll .swiper-slide a .imgs {
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.ip_soll .swiper-slide a .imgs img {
	transition: all 0.4s ease-in-out;
}

.ip_soll .swiper-slide .ip_left a .con {
	width: 55%;
	float: left;
}

.ip_soll .swiper-slide .ip_left a .imgs {
	width: 40%;
	float: right;
}

.ip_soll .swiper-slide .ip_left .ipl_top {
	background: #181818;
	padding: 73px 47px;
}

.ip_soll .swiper-slide .ip_left .ipl_top a .con h1,
.ip_soll .swiper-slide .ip_left .ipl_top a .con p {
	color: #FFFFFF;
}

.ip_soll .swiper-slide .ip_left .ipl_top a .con font {
	margin-top: 80px;
}

.ip_soll .swiper-slide .ip_left .ipl_btn {
	background: #F5F5F5;
	padding: 73px 47px;
}

.ip_soll .swiper-slide .ip_left .ipl_btn a .con font {
	margin-top: 80px;
}

.ip_soll .swiper-slide .ip_right {
	width: 50%;
	float: right;
	background: url(../img/index/01.jpg);
	padding: 96px 45px 60px 46px;
}

.ip_soll .swiper-slide .ip_right a .imgs {
	float: right;
}

.ip_soll .swiper-slide .ip_right .ipl_btn a .con font {
	position: relative;
	top: 148px;
}

.ip_soll .swiper-slide a:hover font {
	transform: translateY(-5px);
}

.ip_soll .swiper-slide a:hover .imgs{
	transform: translateY(-30px);
	/*transform:scale(1.1);*/
}

.ip_soll .ip_page {
	position: absolute;
	width: 50%;
	right: 0px;
	bottom: 10%;
	z-index: 99;
}

.ip_soll .ip_page .ip_pabox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 50px;
}

.ip_soll .ip_page .ip_pabox .swiper-pagination {
	position: relative;
}

.ip_soll .ip_page .ip_pabox .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #cccccc;
	margin: 5px;
}

.ip_soll .ip_page .ip_pabox .swiper-pagination .swiper-pagination-bullet-active {
	background: #e97d22;
}

.ip_soll .ip_page .ip_pabox .swiper-button-next {
	opacity: 1;
	width: 24px;
	height: 42px;
	background: url(../img/index/05.png) no-repeat center;
	outline: none;
	right: 0px;
}

.ip_soll .ip_page .ip_pabox .swiper-button-next:hover {
	background: url(../img/index/05_1.png) no-repeat center;
}

.ip_soll .ip_page .ip_pabox .swiper-button-prev {
	opacity: 1;
	width: 24px;
	height: 42px;
	background: url(../img/index/04.png) no-repeat center;
	outline: none;
	left: 0px;
}

.ip_soll .ip_page .ip_pabox .swiper-button-prev:hover {
	background: url(../img/index/04_1.png) no-repeat center;
}


/*关于*/

.i_about {
	margin-top: 100px;
	overflow: hidden;
}

.i_about .ia_box .video {
	float: left;
	width: 50.88%;
}

.i_about .ia_box .video video {
	max-width: 100%;
}

.i_about .ia_box .con_body {
	float: right;
	width: 40.02%;
	padding-top: 50px;
}

.i_about .ia_box .con_body .ia_head {
	position: relative;
}

.i_about .ia_box .con_body .ia_head h1 {
	color: #000000;
	font-size: 36px;
}

.i_about .ia_box .con_body .ia_head img {
	position: absolute;
	top: -30px;
}

.i_about .ia_box .con_body .ia_body {
	margin: 40px 0px;
	height: 110px;
	overflow-y: scroll;
	padding-right: 10px;
}

.i_about .ia_box .con_body .ia_body p {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 27px;
}

.i_about .ia_box .con_body .ia_ico a {
	display: block;
	width: 33.33%;
	float: left;
	text-align: center;
}

.i_about .ia_box .con_body .ia_ico a img {
	transition: all 0.4s ease-in-out;
}

.i_about .ia_box .con_body .ia_ico a p {
	padding: 10px 0px;
	color: #383838;
	font-size: 16px;
}

.i_about .ia_box .con_body .ia_more {
	margin-top: 80px;
}

.i_about .ia_box .con_body .ia_more>a {
	display: block;
	width: 178px;
	height: 50px;
	border: 1px solid #e97d22;
	color: #e97d22;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	float: left;
	transition: all 0.4s ease-in-out;
}

.i_about .ia_box .con_body .ia_more .fx {
	float: right;
}

.i_about .ia_box .con_body .ia_more .fx span {
	float: left;
	margin-top: 15px;
}

.i_about .ia_box .con_body .ia_more .fx .bdsharebuttonbox {
	float: right;
}

.i_about .ia_box .con_body .ia_more>a:hover {
	background: #e97d22;
	color: #FFFFFF;
}

.i_about .ia_box .con_body .ia_ico a img:hover {
	transform: rotateY(180deg);
}


/*品质保障*/

.i_pzbz {
	margin-top: 80px;
	background: #eeeeee;
	padding: 80px 0px;
}

.pzbz_box {}

.pzbz_box a {
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	padding: 0px 4%;
}

.pzbz_box a img {
	transition: all 0.4s ease-in-out;
}

.pzbz_box a span {
	display: block;
	margin-top: 10px;
	color: #383838;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pzbz_box a p {
	display: block;
	margin-top: 15px;
	color: #707070;
	font-size: 14px;
}

.pzbz_box a:hover img {
	transform: rotateY(180deg);
}


/*新闻*/

.i_news {
	margin-top: 50px;
	margin-bottom: 80px;
}

.news_box>a {
	width: 24.12%;
	float: left;
	margin-right: 1.15%;
}

.news_box>a:nth-child(4n) {
	float: right;
	margin-right: 0px;
}

.news_box>a .pic {
	overflow: hidden;
	border-radius: 2px;
}

.news_box>a .pic img {
	transition: all 0.4s ease-in-out;
}

.news_box>a .text {
	padding: 25px 45px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	text-align: center;
	transition: all 0.4s ease-in-out;
}

.news_box>a .text p {
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_box>a .text span {
	color: #ffffff;
	font-size: 16px;
	position: relative;
	top: -6px;
	left: -70px;
}

.news_box>a .text font {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/ico/06.png) no-repeat center;
	margin-left: -50px;
	margin-top: 50px;
	transition: all 0.4s ease-in-out;
}

.news_box>a:hover img {
	transform: scale(1.1);
}

.news_box>a:hover .text {
	background: #e97d22;
}

.news_box>a:hover .text p {
	color: #FFFFFF;
}

.news_box>a:hover .text span {
	/*left: -20px;*/
}

.news_box>a:hover .text font {
	background: url(../img/ico/07.png) no-repeat center;
	/*margin-left: 0px;*/
	transform: translateX(10px);
}

.new_more {
	display: block;
	width: 178px;
	height: 50px;
	border: 1px solid #e97d22;
	color: #e97d22;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	transition: all 0.4s ease-in-out;
}

.new_more:hover {
	color: #FFFFFF;
	background: #e97d22;
}

@media screen and (min-width: 100px) and (max-width: 1490px) {
	.ip_soll .swiper-slide .ip_left .ipl_top {
		background: #181818;
		padding: 35px 47px;
	}
	.ip_soll .swiper-slide .ip_left .ipl_btn {
		background: #F5F5F5;
		padding: 45px 47px;
	}
	.ip_soll .swiper-slide .ip_right {
		width: 50%;
		float: right;
		background: url(../img/index/01.jpg);
		padding: 35px 45px 25px 46px;
	}
	.ip_soll .swiper-slide a .imgs img {
		width: 350px;
	}
}